home *** CD-ROM | disk | FTP | other *** search
- Path: news.xnet.com!bbs1984!cory.kratz
- From: cory.kratz@bbs1984.chi.il.us (CORY KRATZ)
- Newsgroups: comp.lang.c++
- Subject: C Programming Question
- Message-ID: <8B8E4D4.009200AFF3.uuout@bbs1984.chi.il.us>
- Date: Mon, 15 Jan 96 20:36:00 -0600
- Distribution: world
- Organization: -1984- BBS - PCBoard/2 - 5 lines - 708-849-0073 (IL)
- Reply-To: cory.kratz@bbs1984.chi.il.us (CORY KRATZ)
- X-Newsreader: PCBoard Version 15.22
- X-Mailer: PCBoard/UUOUT Version 1.20
-
- Does anyone out there know if there IS a function that makes a string with
- commas from an unsigned long variable?
-
- ie:
-
- 1000100100
-
- turned into a string with commas:
-
- 1,000,100,100
-
- Is there a function in Turbo C that does this, or does anyone know HOW to make
- one?
-